SftTabs/NET 6.0

OnRemoveComplete Method, TabCollectionClass Class

Softel vdm, Inc.

Performs additional custom processing after removing a tab from the TabCollectionClass instance.

Syntax      TabCollectionClass Class (Softelvdm.SftTabsNET)

VB   

Protected Overrides Sub OnRemoveComplete( _
     ByVal index As Integer, _
     ByVal value As Object )

C#   

protected override void OnRemoveComplete(
     int index,
     object value );

C++   

protected: virtual void OnRemoveComplete(
     int index,
     Object^ value );

index

The zero-based index of the tab just removed.

value

The tab just removed.

Comments

The OnRemoveComplete method performs additional custom processing after removing a tab from the TabCollectionClass instance.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com